Installation to Add Adapter to IAP (Optional)
IAP uses network and OSS adapters to facilitate the integration of IAP with various systems and applications.
In order to add a new adapter to IAP, the adapter module must be installed under node_modules
within the IAP installation directory. For example:
npm install @itentialopensource/adapter-db_mongo
Once the adapter module is installed, restart IAP and the adapter will be auto-discovered during IAP startup and become available when adding an adapter via the IAP UI.
The following steps will add an available adapter to IAP.
Access the IAP Web UI.
Browse to
Settings
->Services
.Select the plus
button
next toAdapters
, fill in the desired name of the adapter and the type, and click thesave icon
.A skeleton JSON object of the Service Configuration for the adapter will be created and can be edited to match your environment.
Save your final adapter Service Configuration. The adapter status can be confirmed from
Settings
->System
->Adapters
.
Additional Information
- For more information on adapter integration, see the IAP Integrations section under the IAP Admin Guide.
- See the Itential Open Source repository for all the adapters that are available.
- Lastly, see the Adapters Technical Resources site for a library of information related to adapters.